DC.removeAttribute(stringAttributeNameOrArray) Shorthand: DC.remAttr(stringAttributeNameOrArray) Description: Removes the specified attribute or array of attributes from DC.wrapper. Returns: DC Object. Example: DC.removeAttribute("tabindex"); DC.removeAttribute([ "tabindex", "aria-hidden" ]);